home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Misc / Digital_Almanac / Install / ARexx / SolarEclipse1999.rx < prev   
Encoding:
Text File  |  2000-01-31  |  295 b   |  21 lines

  1. /* Demo of Digital Almanac ARexx commands */
  2.  
  3. options results
  4.  
  5. address DigitalAlmanac
  6.  
  7. 'SetLocation Heidelberg'
  8. 'SetLatitude 49.4'
  9. 'SetLongitude -8.7'
  10. 'SetTemperature 20'
  11. 'SetPressure 1013'
  12.  
  13. 'SetDate 11 8 1999'
  14. 'SetTime 9 0 0'
  15. 'SetObjects SUN MO PL ST MW'
  16. 'SetPrecision GP PR PA'
  17. 'Redraw'
  18.  
  19. end
  20.  
  21.